From 002704fe25dfb3a8fe8735a6a8508c192c3b531e Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Mon, 1 Nov 2010 14:15:03 +0100 Subject: [PATCH] Move the /*< private >*/ at the correct position --- gtk/gtkgrid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkgrid.h b/gtk/gtkgrid.h index 530ef0be25..75be807e5b 100644 --- a/gtk/gtkgrid.h +++ b/gtk/gtkgrid.h @@ -45,9 +45,9 @@ typedef struct _GtkGridClass GtkGridClass; struct _GtkGrid { - /*< private >*/ GtkContainer container; + /*< private >*/ GtkGridPrivate *priv; }; -- 2.30.2